Description
Slices the video in n parts of approximately the same duration each.
Operation id | Video.SliceInParts |
Aliases | Video.SliceInParts
|
Category | Conversion |
Label | SliceVideo a Video in Parts with equal duration. |
Requires | |
Since | |
Parameters
Signature
Inputs | blob, document |
Outputs | bloblist, bloblist |
Implementation Information
JSON Definition
{
"id" : "Video.SliceInParts",
"aliases" : [ "Video.SliceInParts" ],
"label" : "SliceVideo a Video in Parts with equal duration.",
"category" : "Conversion",
"requires" : null,
"description" : "Slices the video in n parts of approximately the same duration each.",
"url" : "Video.SliceInParts",
"signature" : [ "blob", "bloblist", "document", "bloblist" ],
"params" : [ {
"name" : "duration",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}